The signature is the set of all variables and functions which
form the class. The signature is constructed by
following the inheritance chain up and adding all members
of the superclass which are not in the class. A linearizing
algorithm takes care of multiple inheritance and mixins.
-
-